home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p17-20 / 00481_Script_481 < prev    next >
Text File  |  1994-06-21  |  371b  |  22 lines

  1. -- P20S1 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 1
  5.   set NumFrames = 10
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,1)
  9.   setAppearTime(1, 1*60)
  10.   
  11.   global theGauge
  12.   mSetLevel(theGauge, Step)
  13.   
  14.   global LastQT
  15.   set LastQT = "P20S01"
  16.   cursor 4
  17.   preLoadCast the number of cast LastQT 
  18.   
  19.   setUpFastFwd()
  20.   cursor -1
  21. end
  22.